Sequence Shoot [Joyce Weisbecker].txt 1.1 KB

12345678910111213141516171819202122232425
  1. 12. VIP Sequence Shoot
  2. You score points by having the sharp-shooter hit the targets in the proper sequence.
  3. How to Play VIP Sequence Shoot
  4. 1. Load the CHIP-8 interpreter at 0000-01FF and
  5. the game starting at 0200.
  6. 2. Turn RUN switch on.
  7. 3. Pressing the Key C causes the little man to shoot the top target, Key D shoots the
  8. one below it, Key E the next lower and Key F the bottom target.
  9. 4. One of the four targets flashes and the computer waits for you to shoot it. When
  10. you press teh correct key, you get one point. Then two flash, on after the other.
  11. Shoot the one that flashed first, then shoot the other. This gives you two more
  12. points. Three targets (when hit in the same order as they flashed) add three
  13. points to your score.
  14. 5. Each time you shoot such a series of targets in proper sequence, your score
  15. increases by the number of targets you hit. An the next series you see is longer
  16. by one target. The maximum length of sequence is 22 targets, that is a score of 254.
  17. 6. Improper sequencing of shots in any series ends the game.